func crypto/internal/fips140/sha3.newCShake

3 uses

	crypto/internal/fips140/sha3 (current package)
		shake.go#L50: func newCShake(N, S []byte, rate, outputLen int, dsbyte byte) *SHAKE {
		shake.go#L138: 	return newCShake(N, S, rateK256, 32, dsbyteCShake)
		shake.go#L150: 	return newCShake(N, S, rateK512, 64, dsbyteCShake)